feat(konflux-release): Add Konflux release workflow plugin for EDO#14
Open
Thealisyed wants to merge 3 commits into
Open
feat(konflux-release): Add Konflux release workflow plugin for EDO#14Thealisyed wants to merge 3 commits into
Thealisyed wants to merge 3 commits into
Conversation
Add a new plugin that codifies the 6-phase Konflux release process for ExternalDNS Operator (EDO). Claude drives each phase end-to-end while a human reviewer stays in the loop to approve PRs and handle auth. Includes: - 3 commands: release, status, verify - EDO release skill with state tracking and cross-session resume - EDO constants (app names, registries, FBC versions, Konflux URLs) - Error handling for IIB timeouts, RADAS failures, auth expiry Assisted-By: Claude Opus 4.6 <noreply@anthropic.com>
85515c6 to
ea1b490
Compare
…d README Assisted-By: Claude
Users need bash patterns in .claude/settings.local.json to avoid clicking approve on every git/gh/kubectl command during the workflow. Assisted-By: Claude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
konflux-releaseplugin that codifies the 6-phase Konflux release process for ExternalDNS Operator (EDO)Plugin Structure
commands/release.md/konflux-release:release <version>— full 6-phase workflowcommands/status.md/konflux-release:status— check release progresscommands/verify.md/konflux-release:verify <version>— prod verificationskills/edo-release/SKILL.mdteam-docs/constants.mdRelease Phases
Key Features
--pull=always, FBC on main branch, NE story in PR titlesTest Plan
team-docs/constants.mdagainst current EDO Konflux config/konflux-release:releaseagainst upcoming v1.3.6 releaseAssisted-By: Claude Opus 4.6 noreply@anthropic.com